using html.begin form, how to do add the value of {id} to the post url?

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-06-11T16:22:07Z Indexed on 2010/06/11 16:32 UTC
Read the original article Hit count: 370

Filed under:
|
|

i need to post url to be /controller/action/someID

not sure how to get someID in using the BeginForm helper.

html.beginform("controller", "action", formmethod.post)

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET